HipAudio

Undocumented in source.

Members

Functions

hasInitializedAudio
bool hasInitializedAudio()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getClip
IHipAudioClip getClip()
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
AHipAudioSource getSource(bool isStreamed, IHipAudioClip clip)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
bool initialize(HipAudioImplementation implementation, bool hasProAudio, bool hasLowLatencyAudio, int optimalBufferSize, int optimalSampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
loadStreamed
IHipAudioClip loadStreamed(string path, uint chunkSize)

Loads a file from disk, sets the chunkSize for streaming and does one decoding frame

onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
bool pause(AHipAudioSource src)
Undocumented in source. Be warned that the author may not have intended to support it.
play_streamed
bool play_streamed(AHipAudioSource src)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
updateStream
void updateStream(HipAudioSource source)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

audioInterface
IHipAudioPlayer audioInterface;
Undocumented in source.
hasLowLatencyAudio
bool hasLowLatencyAudio;
Undocumented in source.
hasProAudio
bool hasProAudio;
Undocumented in source.
optimalBufferSize
int optimalBufferSize;
Undocumented in source.
optimalSampleRate
int optimalSampleRate;
Undocumented in source.

Meta